home *** CD-ROM | disk | FTP | other *** search
- WARNING: This product does NOT work well with Object REXX as included
- in DEVCON 8/9. If you nonetheless want to use it, disable
- the implied CD command and don't, please DON'T use file name
- completion with files which are not in the current directory.
-
- [And, no, it's not my fault. Object REXX's DIRECTORY() and
- FILESPEC() built-in functions are broken.]
-
- 1.00.000 Feb 22 1996
-
- --- New features:
- o File name completion understands environment variables.
-
- 0.99.000 Feb 19 1996
-
- --- Bug fixes:
- o Re-enabling environment variable substitution in 'CD' commands.
- o Command line checking now handles fully qualified commands.
-
- --- New features:
- o User-definable file separator (fileSeparator, ' =;<>|()' by
- default).
-
- 0.98.000 Feb 15 1996
-
- --- New features:
- o If RexxVIO is present, cursor reflects insert state (insertMode,
- overwriteMode).
-
- 0.97.000 Feb 02 1996
-
- --- Bug fixes:
- o Incorrect alias handling when no substitution was required.
- o Blank lines no longer emitted while processing profile file.
- o helpColor1 and helpColor2 are now public.
-
- --- New features:
- o backtab added.
-
- 0.96.000 Nov 15 1995
-
- --- Bug fixes:
- o Command line checking now handles correctly quoted "&" and "|".
- o Quoted "&" and "|" are now correctly handled when defining an
- alias from the command prompt.
- --- New features:
- o Command line checking now uses a user-defined function to warn
- the user (so, if you prefer an audible clue, you can define it)
- (invalidCmd).
- o The help line color is user-definable (helpColor1, helpColor2).
-
- 0.95.000 Oct 18 1995
-
- --- New features:
- o CmdShl internal commands can be enabled/disabled.
- o Enhanced ALIAS substitution parameters (%[0-9]?[*]).
-
- 0.94.000 Oct 12 1995
-
- --- Bug fixes:
- o CMD.EXE quoting symbol (^) is now correctly handled.
-
- 0.93.000 Oct 11 1995
-
- --- Bug fixes:
- o Command line checking handles '|', '(' and ')' correctly.
- o DEFINE no longer crashes if its first parameter is invalid.
- o "CD -" now works with implicit CDs.
- --- New features:
- o Improved command line parsing (strings and subexpressions are
- now recognized).
- o Speed improvement when using CMD.EXE internal commands.
-
- 0.92.000 Oct 06 1995
-
- --- New features:
- o Implicit "CD" feature is now optional (impCD).
- o Optional command line checking (if a command is nonexistent, its
- name is highlighted).
- o Faster screen updates.
-
- 0.91.000 Aug 08 1995
-
- --- Bug fixes:
- o Default messages are now in English.
- o Newline no longer automatically emitted after a RX command.
- --- New commands:
- o A new DEFINE internal command.
- o And two new key-related functions, TEXT and OSNOWAIT.
- --- New features:
- o An improved profile interpreter (multi-lines, REXX expression
- allowed in external commands).
- o getLine can be called recursively.
- o Interesting internal functions have been documented.
- o Some key names have been defined (for use with the DEFINE
- command).
-
- 0.90.000 Jul 27 1995
-
- --- First public release